Vcenter Vm DataSets Info
The Vcenter Vm DataSets Info schema describes a data set.
This schema was added in vSphere API 8.0.0.0.
{
"name": "string",
"description": "string",
"host": "string",
"guest": "string",
"used": 0,
"omit_from_snapshot_and_clone": false
}
The name of the data set.
This property was added in vSphere API 8.0.0.0.
A description of how the data set is used by its creator.
This property was added in vSphere API 8.0.0.0.
Host access control.
Controls access to the data set by the Vcenter Vm DataSets Entries operations.
For more information see: Vcenter Vm DataSets Access.
This property was added in vSphere API 8.0.0.0.
Guest access control.
Controls access to the data set from in-guest APIs.
For more information see: Vcenter Vm DataSets Access.
This property was added in vSphere API 8.0.0.0.
The total size in bytes of the Entry data in use by this data set.
This property was added in vSphere API 8.0.0.0.
If set, the data set is considered a property of the virtual machine, and is not included in a snapshot operation or when the virtual machine is cloned. When a virtual machine is reverted to a snapshot, any data set with {@link #omitFromSnapshotAndClone) {@term set} will be destroyed. Any data set with {@link #omitFromSnapshotAndClone} {@term unset} will be restored to the state when the snapshot was created.
This property was added in vSphere API 8.0.0.0.